//==============================================================================
// Flying Purple Hippo_anim.txt  "what a great idea this was (sarcasm)"
//==============================================================================

//==============================================================================
define love
{
   set hotspot
   {
      version
      {
       Visualparticle animal flying purple hippo love
      }
   }
}


//==============================================================================
define rainbow
{
   set hotspot
   {
      version
      {
       Visualparticle animal flying purple hippo rainbow
      }
   }
}


//==============================================================================
anim Death
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Animal FPH_DeathA
         }
      }
   }
}


//==============================================================================
anim Attack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			Visual Animal FPH_AttackA
			//-- auto generated by the bang animation tool
			//-- do not hand edit these values
			tag Attack 0.58 true   
			tag GenericSound 0.40 true   
			//-- end auto generated section
			connect ATTACHPOINT Love hotspot 
         }
      }
   }
}


//==============================================================================
anim Walk
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Animal FPH_walkA
			connect ATTACHPOINT Rainbow hotspot
         }
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Animal FPH_idleA
         }
      }
   }
}

//==============================================================================
anim convert
{
	SetSelector
	{
		set hotspot
		{
			version
			{
			Visual Animal FPH_AttackA
			//-- auto generated by the bang animation tool
			//-- do not hand edit these values
			tag Attack 0.58 true   
			tag GenericSound 0.40 true   
			//-- end auto generated section
			connect ATTACHPOINT Love hotspot 
			}
		}
	}
}


//==============================================================================
anim Birth
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Animal FPH_BirthA
			connect ATTACHPOINT Rainbow hotspot
         }
      }
   }
}

//==============================================================================
anim Flail
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Animal FPH_FlailA
         }
      }
   }
}